<PARAM name="ListBoxLabel" value="Select data source:">
<PARAM name="ListBoxDescription"
value="Choose the data source from which you would like to display data.\n\nIf your database is not registered as ODBC data source, open the ODBC administrator in Control Panel and add system data source for this database.">
value="Please specify the tables which will be involved in this application. This should include any tables against which you would like to search or tables containing data that will be displayed on either the Result or Detail pages.\n\nPress Ctrl or Shift together with the mouse click in order to select more than one table. Do not select unrelated tables.">
<PAGE name="SearchFields" type="SelectFields" caption="Fields for Search page" image="..\\images\\SearchCriteria.bmp">
<PARAM name="DataSource" value="$${DataSource}">
<PARAM name="Tables" value="$${Tables}">
<PARAM name="ListBoxLabel" value="Select the search fields:">
<PARAM name="ListBoxDescription"
value="Choose all fields that should be included as search criteria on the Search page. Press Ctrl or Shift together with the mouse click in order to select more than one field.">
validationMsg="You did not select any fields. Please select at least one before proceeding.">
</PAGE>
<!------------------ Select result fields ----------------->
<PAGE name="ResultFields" type="SelectFields" caption="Fields for Result page" image="..\\images\\ViewResults.bmp">
<PARAM name="DataSource" value="$${DataSource}">
<PARAM name="Tables" value="$${Tables}">
<PARAM name="ListBoxLabel" value="Select the result fields:">
<PARAM name="ListBoxDescription"
value="Specify the fields you would like to display on the Result page. Press Ctrl or Shift together with the mouse click in order to select more than one field.">
<PAGE name="DetailFields" type="SelectFields" caption="Fields for Detail page" image="..\\images\\ViewDetails.bmp">
<PARAM name="DataSource" value="$${DataSource}">
<PARAM name="Tables" value="$${Tables}">
<PARAM name="ListBoxLabel" value="Select the detail fields:">
<PARAM name="ListBoxDescription"
value="Specify the fields you would like to display on the Detail page. Press Ctrl or Shift together with the mouse click in order to select more than one field.">
<PARAM name="ListBoxLabel" value="Select the unique identifier for the Detail page:">
<PARAM name="ListBoxDescription" value="In order to 'drill-down' to the detail page the wizard needs to know the unique identifier for the detail page. This is the field that determines which record should be displayed in detailed form.\n\nFor example, if you are building an application to search an employee database you might use a field called 'Employee_ID' as the unique identifier.">
description="The Search page contains a simple form that will enable the users to specify search conditions for the data they want to display"
>
<TEMPLATE
name="DrillDown_Result.wml"
outputFile="$${SafeApplicationName}_Result.cfm"
outputPath="$${Location}"
description="The Result page contains a tabular summary of the data that satisfied the search criteria entered on the first page. The user will be able to click on a specific record to retrieve detailed information on the record (drill-down)."
>
<TEMPLATE
name="DrillDown_Detail.wml"
outputFile="$${SafeApplicationName}_Detail.cfm"
outputPath="$${Location}"
description="The Detail page provides detail information on the record requested on the result page."